/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
aside,
section,
article,
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

html {
  overflow: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

.Privacy_Policy .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.Privacy_Policy .cont_item {
  padding: 1.4rem;
  margin-bottom: 1.2rem;
}
.Privacy_Policy .tit_wrap {
  margin-bottom: 1.2rem;
}
.Privacy_Policy .tit_wrap h1 {
  font-size: 1.8rem;
  font-weight: 600;
  word-break: keep-all;
}
.Privacy_Policy .tit_wrap h2 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.Privacy_Policy .tit_wrap.ta_c {
  text-align: center;
}
.Privacy_Policy .tit_wrap.ta_l {
  text-align: left;
  display: flex;
}
.Privacy_Policy .tit_wrap.ta_r {
  text-align: right;
}
.Privacy_Policy .desc {
  padding: 2rem;
  color: #444444;
  font-size: 1.1rem;
  background-color: #eee;
  border-radius: 20px;
}
.Privacy_Policy ul.flex_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  padding: 0;
}
.Privacy_Policy ul.flex_wrap li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem 1.8rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;
}
.Privacy_Policy ul.flex_wrap li i {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.Privacy_Policy ul.flex_wrap li .box_tit {
  margin-top: 8px;
  color: #333;
  font-size: 1rem;
  word-break: keep-all;
}
.Privacy_Policy ul.flex_wrap li .box {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 350px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
  display: none;
}
.Privacy_Policy ul.flex_wrap li .box .box_top {
  padding: 8px;
  background: #004a8f;
  color: #ffffff;
}
.Privacy_Policy ul.flex_wrap li .box .box_bot {
  padding: 8px;
  letter-spacing: -1px;
  background: #ffffff;
}
.Privacy_Policy ul.flex_wrap li:nth-child(1) i {
  background: url(../img/ico_label.png) no-repeat 50%;
  background-size: 380px;
  background-position: 0px 2px;
}
.Privacy_Policy ul.flex_wrap li:nth-child(2) i {
  background: url(../img/ico_label.png) no-repeat 50%;
  background-size: 380px;
  background-position: -75px 2px;
}
.Privacy_Policy ul.flex_wrap li:nth-child(3) i {
  background: url(../img/ico_label.png) no-repeat 50%;
  background-size: 380px;
  background-position: -150px 2px;
}
.Privacy_Policy ul.flex_wrap li:nth-child(4) i {
  background: url(../img/ico_label.png) no-repeat 50%;
  background-size: 380px;
  background-position: -225px 2px;
}
.Privacy_Policy ul.flex_wrap li:nth-child(5) i {
  background: url(../img/ico_label.png) no-repeat 50%;
  background-size: 380px;
  background-position: -300px 2px;
}
/* 20230825 개정 아이콘 */
.Privacy_Policy ul.list_01 li:nth-child(1) i {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: 460px;
  background-position: 0px 2px;
}
.Privacy_Policy ul.list_01 li:nth-child(2) i {
  background: url(../img/privacy_img3.png);
  background-size: 80px;
}
.Privacy_Policy ul.list_01 li:nth-child(3) i {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: 460px;
  background-position: -75px 2px;
}
.Privacy_Policy ul.list_02 li:nth-child(2) i {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: 460px;
  background-position: -225px 2px;
}
.Privacy_Policy ul.list_02 li:nth-child(1) i {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: 460px;
  background-position: -300px 2px;
}
.Privacy_Policy ul.list_02 li:nth-child(3) i {
  background: url(../img/privacy_img1.png) no-repeat 50%;
  background-size: 80px;
}
.Privacy_Policy ul.flex_wrap li:hover .box {
  display: inline-block;
}
.Privacy_Policy ul.flex_wrap li:first-child:hover .box {
  left: 0%;
  transform: translateX(0%);
}
.Privacy_Policy ul.flex_wrap li:last-child:hover .box {
  left: auto;
  right: 0;
  transform: translateX(0%);
}
.Privacy_Policy .label_tip {
  margin-top: 1.2rem;
  color: #ff7817;
  word-break: keep-all;
}
.Privacy_Policy .list_index {
  padding: 2.6rem;
  border: 1px solid #ddd;
}
.Privacy_Policy .list_index ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.Privacy_Policy .list_index ul li {
  position: relative;
  width: 50%;
  padding: 0 32px;
}
.Privacy_Policy .list_index ul li a {
  color: #333;
}
.Privacy_Policy .list_index ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
}
.Privacy_Policy .list_index ul li:nth-child(1) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: 0px 0;
}
.Privacy_Policy .list_index ul li:nth-child(2) a::before {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -49px 0;
}
.Privacy_Policy .list_index ul li:nth-child(3) a::before {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -49px 0;
}
.Privacy_Policy .list_index ul li:nth-child(4) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -95px 0;
}
.Privacy_Policy .list_index ul li:nth-child(5) a::before {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -73px 0;
}
.Privacy_Policy .list_index ul li:nth-child(6) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -190px 0;
}
.Privacy_Policy .list_index ul li:nth-child(7) a::before {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -95px 0;
}
.Privacy_Policy .list_index ul li:nth-child(8) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -141px 0;
}
.Privacy_Policy .list_index ul li:nth-child(9) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -213px 0;
}
.Privacy_Policy .list_index ul li:nth-child(10) a::before {

  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -166px 0;
}
.Privacy_Policy .list_index ul li:nth-child(11) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -235px 0;
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -119px 0;
}
.Privacy_Policy .list_index ul li:nth-child(12) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -260px 0;
}
.Privacy_Policy .list_index ul li:nth-child(13) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -282px 0;
}
.Privacy_Policy .list_index ul li:nth-child(14) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -307px 0;
}
.Privacy_Policy .list_index ul li:nth-child(15) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -329px 0;
}
.Privacy_Policy .list_index ul li:nth-child(16) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -353px 0;
}
.Privacy_Policy .list_index ul li:nth-child(17) a::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -141px 0;
}
.Privacy_Policy .list_index ul li:nth-child(18) a::before {
  background: url(../img/ico_list.png);
  background-size: auto 24px;
  background-position: -378px 0;
}
.Privacy_Policy .list_index.type02 ul li {
  padding: 0px 20px 0px 30px;
}
.Privacy_Policy .list_index.type02 ul li a {
  color: #333;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(1) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: 0px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(2) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -24px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(3) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -48px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(4) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -72px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(5) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -96px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(6) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -120px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(7) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -144px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(8) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -168px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(9) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -192px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(10) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -216px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(11) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -240px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(12) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -264px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(13) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -288px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(14) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -312px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(15) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -336px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(16) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -360px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(17) a::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 24px;
  background-position: -384px 0;
}
.Privacy_Policy .list_index.type02 ul li:nth-child(18) a::before {
  background: url(../img/ico_list2.png);
  background-size: auto 24px;
}
.Privacy_Policy .list_policy {
  margin-top: 2rem;
}
.Privacy_Policy .list_policy > .cont_item {
  padding: 1.4rem 0;
}
.Privacy_Policy .list_policy > .cont_item .tit_wrap h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 34px;
  height: 34px;
}
.Privacy_Policy .list_policy > .cont_item .tit_wrap.sub_role h2 {
  padding-left: 1.4rem;
}
.Privacy_Policy .list_policy > .cont_item .tit_wrap.sub_role h2::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(1) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: 0px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(2) .tit_wrap h2::before {
    background: url(../img/ico_label_2.png) no-repeat 50%;
    background-size: auto 34px;
    background-position: -69px 0;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(3) .tit_wrap h2::before {
    background: url(../img/ico_label_2.png) no-repeat 50%;
    background-size: auto 34px;
    background-position: -69px 0;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(4) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -135px 0;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(5) .tit_wrap h2::before {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -102px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(6) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -268px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(7) .tit_wrap h2::before {
  background: url(../img/ico_label_2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -135px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(8) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -199px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(9) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -301px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(10) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -235px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(11) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -168px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(12) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -367px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(13) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -401px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(14) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -433px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(15) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -466px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(16) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -502px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(17) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position:-201px 0px;
}
.Privacy_Policy .list_policy > .cont_item:nth-child(18) .tit_wrap h2::before {
  background: url(../img/ico_list.png) no-repeat 50%;
  background-size: auto 34px;
  background-position:-534px 0px;
}
.Privacy_Policy .list_policy .flicking_wrapper {
  margin: 1rem 0;
}
.Privacy_Policy .list_policy .flicking_wrapper .flicking_tip {
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-weight: 600;
  display: none;
}
.Privacy_Policy .list_policy .flicking_wrapper .flicking_tip::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/ico_flicking.png) no-repeat 50%;
  background-size: contain;
}
.Privacy_Policy .list_policy .flicking_wrapper table {
  width: 100%;
  color: #000;
  border-top: 2px solid #2f5993;
  border-bottom: 1px solid #d5d5d5;
  border-collapse: collapse;
}
.Privacy_Policy .list_policy .flicking_wrapper table caption {
  display: none;
}
.Privacy_Policy .list_policy .flicking_wrapper table tr {
  border-bottom: 1px solid #666;
}
.Privacy_Policy .list_policy .flicking_wrapper table tr th {
  padding: 10px;
  font-size: 1rem;
  text-align: center;
  word-break: keep-all;
  background: #f5f5f5;
  border-right: 1px solid #d5d5d5;
}
.Privacy_Policy .list_policy .flicking_wrapper table tr th:last-child {
  border-right: none;
}
.Privacy_Policy .list_policy .flicking_wrapper table tr td {
  padding: 10px;
  color: #555;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e3e6f0;
  border-right: 1px solid #d5d5d5;
}
.Privacy_Policy .list_policy .flicking_wrapper table tr td:last-child {
  border-right: none;
}
.Privacy_Policy .list_policy .flicking_wrapper table tr td.td_bd {
  border-right: 1px solid #d5d5d5;
}
.Privacy_Policy .list_policy p {
  margin-bottom: 4px;
  font-size: 0.95rem;
  color: #303233;
  word-break: break-all;
}
.Privacy_Policy .list_policy ul,
.Privacy_Policy .list_policy ol {
  padding-left: 20px;
}
.Privacy_Policy .list_policy ul li,
.Privacy_Policy .list_policy ol li {
  margin-bottom: 4px;
  font-size: 0.95rem;
  color: #303233;
  text-indent: -14px;
  word-break: break-all;
}
.Privacy_Policy .list_policy ul li p,
.Privacy_Policy .list_policy ol li p {
  margin-bottom: 4px;
  text-indent: 0px;
}
.Privacy_Policy .list_policy ul ol,
.Privacy_Policy .list_policy ul ul,
.Privacy_Policy .list_policy ol ol,
.Privacy_Policy .list_policy ol ul {
  margin-top: 8px;
}
.Privacy_Policy .list_policy .cert_slt {
  display: block;
  width: 180px;
  height: 50px;
  padding: 0.375rem 0.75rem;
  color: #6e707e;
  font-size: 1rem;
  line-height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(1) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: 0px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(2) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -34px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(3) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -68px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(4) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -102px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(5) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -136px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(6) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -170px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(7) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -204px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(8) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -238px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(9) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -272px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(10) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -306px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(11) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -340px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(12) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -374px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(13) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -408px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(14) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -442px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(15) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -476px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(16) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -510px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(17) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -544px 0px;
}
.Privacy_Policy .list_policy.type02 > .cont_item:nth-child(18) .tit_wrap h2::before {
  background: url(../img/ico_list2.png) no-repeat 50%;
  background-size: auto 34px;
  background-position: -578px 0px;
}

@media screen and (max-width: 1050px) {
  .Privacy_Policy ul.flex_wrap li .box {
    top: 66%;
  }
}
@media screen and (max-width: 891px) {
  .Privacy_Policy .list_index ul {
    flex-direction: column;
    align-content: flex-start;
  }
  .Privacy_Policy .list_index ul li {
    width: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .Privacy_Policy ul.flex_wrap li {
    padding: 1rem;
  }
  .Privacy_Policy ul.flex_wrap li i {
    width: 40px;
    height: 40px;
  }
  .Privacy_Policy ul.flex_wrap li .box {
    top: 54%;
  }
  .Privacy_Policy ul.flex_wrap li:nth-child(1) i {
    background-size: 190px;
    background-position: 0px 2px;
  }
  .Privacy_Policy ul.flex_wrap li:nth-child(2) i {
    background-size: 190px;
    background-position: -37.5px 2px;
  }
  .Privacy_Policy ul.flex_wrap li:nth-child(3) i {
    background-size: 190px;
    background-position: -75px 2px;
  }
  .Privacy_Policy ul.flex_wrap li:nth-child(4) i {
    background-size: 190px;
    background-position: -112.5px 2px;
  }
  .Privacy_Policy ul.flex_wrap li:nth-child(5) i {
    background-size: 190px;
    background-position: -150px 2px;
  }
}
@media screen and (max-width: 600px) {
  .Privacy_Policy .list_policy .flicking_wrapper .flicking_tip {
    display: block;
  }
  .Privacy_Policy .list_policy .flicking_wrapper .flicking {
    height: auto;
    overflow-x: scroll;
  }
  .Privacy_Policy .list_policy .flicking_wrapper table {
    min-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
  .Privacy_Policy .desc {
    font-size: 1rem;
  }
  .Privacy_Policy .tit_wrap h1 {
    font-size: 1.5rem;
  }
  .Privacy_Policy .tit_wrap h2 {
    font-size: 1.2rem;
  }
  .Privacy_Policy ul.flex_wrap {
    gap: 10px;
    flex-direction: column;
  }
  .Privacy_Policy ul.flex_wrap li {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .Privacy_Policy ul.flex_wrap li .box_tit {
    font-weight: 600;
  }
  .Privacy_Policy ul.flex_wrap li .box {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    transform: unset;
    width: 100%;
    margin-top: 0.6rem;
    border: none;
    box-shadow: none;
    border-radius: unset;
    border-top: 1px solid #ddd;
  }
  .Privacy_Policy ul.flex_wrap li .box .box_top {
    display: none;
  }
  .Privacy_Policy ul.flex_wrap li .box .box_bot {
    padding: 10px 8px;
    word-break: keep-all;
  }
  .Privacy_Policy .list_index {
    padding: 1.6rem 2rem;
  }
  .Privacy_Policy .list_policy > .cont_item .tit_wrap h2 {
    padding-left: 2rem;
  }
  .Privacy_Policy .list_policy > .cont_item .tit_wrap h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(1) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: 0px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(2) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -24px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(3) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -48px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(4) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -72px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(5) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -96px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(6) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -120px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(7) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -144px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(8) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -168px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(9) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -192px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(10) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -216px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(11) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -240px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(12) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -264px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(13) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -288px 0px;
  }
  .Privacy_Policy .list_policy > .cont_item:nth-child(14) .tit_wrap h2::before {
    background: url(../img/ico_list.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -312px 0px;
  }
  .Privacy_Policy .list_policy .flicking_wrapper {
    margin: 0.6rem 0;
  }
  .Privacy_Policy .list_policy ul,
  .Privacy_Policy .list_policy ol {
    padding-left: 1rem;
  }
  .Privacy_Policy .list_policy ul li,
  .Privacy_Policy .list_policy ol li {
    margin-bottom: 6px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(1) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: 0px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(2) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -24px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(3) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -48px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(4) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -72px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(5) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -96px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(6) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -120px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(7) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -144px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(8) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -168px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(9) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -192px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(10) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -216px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(11) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -240px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(12) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -264px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(13) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -288px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(14) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -312px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(15) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -336px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(16) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -360px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(17) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -384px 0px;
  }
  .Privacy_Policy .list_policy.type02 > .cont_item:nth-child(18) .tit_wrap h2::before {
    background: url(../img/ico_list2.png) no-repeat 50%;
    background-size: auto 24px;
    background-position: -408px 0px;
  }
}
@media screen and (max-width: 425px) {
  .Privacy_Policy .desc {
    padding: 1.6rem;
  }
  .Privacy_Policy .list_index {
    padding: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */